home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Media 7
/
PC MEDIA CD07.iso
/
share
/
prog
/
asyncmsc
/
timing.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-09-07
|
168 b
|
9 lines
#ifndef TIMING_H
#define TIMING_H
unsigned DeltaTime(unsigned long t1);
void Delay(unsigned n);
unsigned long GetSystemHundreths(void);
#endif /* TIMING_H */